home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / Hardware / FreeWheel / Build68k next >
Text File  |  2000-03-12  |  241b  |  13 lines

  1. stack 50000
  2. Echo "Building project - this may take a while!"
  3. Echo " "
  4. CompList >t:BScr vc +68k -+ -c %s -o 68kobj/%s%s
  5. execute t:BScr
  6. Echo " "
  7. Echo "Linking..."
  8. vc +68k -o FreeWheel 68kobj/#?.o
  9. delete >nil: t:BScr
  10. Echo " "
  11. Echo "All done."
  12.  
  13.